SixBit API Schema
BuyersType Complex Type
Description
A collection of Buyer elements.
Namespace (none)
Diagram
Any Sequence CustomFields Element ReferenceID Element eBayAddressID Element Phone Element Country Element PostalCode Element State Element City Element AddressLine3 Element AddressLine2 Element AddressLine1 Element Company Element LastName Element Initial Element FirstName Element Name Element All ShippingAddress Element ReferenceID Element eBayAddressID Element Phone Element Country Element PostalCode Element State Element City Element AddressLine3 Element AddressLine2 Element AddressLine1 Element Company Element LastName Element Initial Element FirstName Element Name Element All BillingAddress Element Suffix Element Prefix Element WebAddress Element Title Element DateLastModified Element SalesTaxID Element Notes Element Fax Element Phone Element Company Element LastName Element Initial Element FirstName Element eBayUserid Element Email Element BuyerID Element All Buyer Element Sequence BuyersType Complex Type
Overview
BuyersType
A collection of Buyer elements.
Sequence
Buyer 0..∞ BuyerType Complex Type
The information about a buyer.
All
Sequence
Any 0..∞
Used By
Buyers Element
Buyers Element
Source
<xs:complexType name="BuyersType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of Buyer elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Buyer" type="BuyerType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The information about a buyer.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.